projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e6d00
)
treelistmodel: Fix signal emission on row destroy
author
Mohammed Sadiq
<sadiq@sadiqpk.org>
Tue, 18 Sep 2018 01:41:27 +0000
(07:11 +0530)
committer
Mohammed Sadiq
<sadiq@sadiqpk.org>
Tue, 18 Sep 2018 01:41:27 +0000
(07:11 +0530)
gtk/gtktreelistmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreelistmodel.c
b/gtk/gtktreelistmodel.c
index cbbc073cf7c49583ee77a4430bc6bd32b6db2fc3..a7f6619d827900a393bf73e0042d2c3ddd46b384 100644
(file)
--- a/
gtk/gtktreelistmodel.c
+++ b/
gtk/gtktreelistmodel.c
@@
-958,7
+958,7
@@
gtk_tree_list_row_destroy (GtkTreeListRow *self)
g_object_notify_by_pspec (G_OBJECT (self), row_properties[ROW_PROP_ITEM]);
self->node = NULL;
- g_object_
freeze
_notify (G_OBJECT (self));
+ g_object_
thaw
_notify (G_OBJECT (self));
}
static void